home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 5 / SVM Multimedia - Villagina 5.iso / mac / SVMM_5 / INIT.DIR / 00002_Script_2 < prev    next >
Text File  |  1996-01-09  |  145b  |  8 lines

  1. on exitFrame
  2.   global separateur
  3.   if (the machinetype = 256) then
  4.     set separateur to "\"
  5.   else
  6.     set separateur to ":"
  7.   end if
  8. end